Goto

Collaborating Authors

 ikostrikov pytorch-trpo


ikostrikov/pytorch-trpo

@machinelearnbot

This is a PyTorch implementation of "Trust Region Policy Optimization (TRPO)". This is code mostly ported from original implementation by John Schulman. In contrast to another implementation of TRPO in PyTorch, this implementation uses exact Hessian-vector product instead of finite differences approximation. If you know how to make this code better, don't hesitate to send a pull request.